home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / rsxwdk2s.zip / RSXWDK / LIBSRC / KERNEL / KERNE095.C < prev    next >
C/C++ Source or Header  |  1994-12-19  |  195b  |  13 lines

  1. #define STRICT
  2. #include <windows.h>
  3. #include <sys/rsxw32.h>
  4.  
  5. HINSTANCE WINAPI LoadLibrary (LPCSTR par1)
  6. {
  7.     STACKWORDS(2);
  8.  
  9.     PUSH_LPSTR(par1);
  10.     return WINCALL( 95,KERNEL);
  11. }
  12.  
  13.